home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NCSoft Electronic Press Kit 2004 (USA)
/
NCSoft Electronic Press Kit 2004 (USA).bin
/
data
/
cohArt
/
ThumbBar.swf
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2004-04-30
|
442b
|
18 lines
function thumbit(sprite, thumber)
{
thumb1.gotoAndStop(1);
thumb2.gotoAndStop(1);
thumb3.gotoAndStop(1);
thumb4.gotoAndStop(1);
thumb5.gotoAndStop(1);
thumb6.gotoAndStop(1);
thumb7.gotoAndStop(1);
thumb8.gotoAndStop(1);
thumb9.gotoAndStop(1);
thumb10.gotoAndStop(1);
_root["thumb" + thumber].gotoAndStop(2);
spriter = sprite;
getURL("Lingo:subTurn(" + spriter + ")","");
}
init = true;